home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_DPDLG_H__B1EE6A50_FB28_11D0_9F5E_B42103C10710__INCLUDED_)
- #define AFX_DPDLG_H__B1EE6A50_FB28_11D0_9F5E_B42103C10710__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
-
- // NOTE: Do not modify the contents of this file. If this class is regenerated by
- // Microsoft Visual C++, your modifications will be overwritten.
-
-
- // Dispatch interfaces referenced by this interface
- class CPicture;
-
- /////////////////////////////////////////////////////////////////////////////
- // CDPDlg wrapper class
-
- class CDPDlg : public CWnd
- {
- protected:
- DECLARE_DYNCREATE(CDPDlg)
- public:
- CLSID const& GetClsid()
- {
- static CLSID const clsid
- = { 0xbe5ab246, 0xf888, 0x11d0, { 0x9f, 0x5e, 0xb4, 0x21, 0x3, 0xc1, 0x7, 0x10 } };
- return clsid;
- }
- virtual BOOL Create(LPCTSTR lpszClassName,
- LPCTSTR lpszWindowName, DWORD dwStyle,
- const RECT& rect,
- CWnd* pParentWnd, UINT nID,
- CCreateContext* pContext = NULL)
- { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
-
- BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
- const RECT& rect, CWnd* pParentWnd, UINT nID,
- CFile* pPersist = NULL, BOOL bStorage = FALSE,
- BSTR bstrLicKey = NULL)
- { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
- pPersist, bStorage, bstrLicKey); }
-
- // Attributes
- public:
- BOOL GetBrowseForComputer();
- void SetBrowseForComputer(BOOL);
- BOOL GetBrowseForPrinter();
- void SetBrowseForPrinter(BOOL);
- BOOL GetDontGoBelowDomain();
- void SetDontGoBelowDomain(BOOL);
- BOOL GetReturnFSAncestors();
- void SetReturnFSAncestors(BOOL);
- BOOL GetReturnOnlyFSDirs();
- void SetReturnOnlyFSDirs(BOOL);
- long GetRoot();
- void SetRoot(long);
- OLE_HANDLE GetHWnd();
- void SetHWnd(OLE_HANDLE);
- CPicture GetIcon();
- void SetIcon(LPDISPATCH);
- CString GetFolder();
- void SetFolder(LPCTSTR);
- CString GetPath();
- void SetPath(LPCTSTR);
- CString GetCaption();
- void SetCaption(LPCTSTR);
- CString Get_Caption();
- void Set_Caption(LPCTSTR);
-
- // Operations
- public:
- BOOL Show();
- void AboutBox();
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_DPDLG_H__B1EE6A50_FB28_11D0_9F5E_B42103C10710__INCLUDED_)
-